home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / Stat.man < prev    next >
Encoding:
Text File  |  1991-01-28  |  1.6 KB  |  69 lines

  1.  
  2.  
  3.  
  4. Stat                  C Library Procedures                   Stat
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      Stat_GetMsg, Stat_PrintMsg  -  Text  description  of  Sprite
  12.      status codes
  13.  
  14. SSYYNNOOPPSSIISS
  15.      ##iinncclluuddee <<ssttaattuuss..hh>>
  16.  
  17.      char *
  18.      SSttaatt__GGeettMMssgg(_s_t_a_t_u_s)
  19.  
  20.      void
  21.      SSttaatt__PPrriinnttMMssgg(_s_t_a_t_u_s, _s_t_r_i_n_g)
  22.  
  23. AARRGGUUMMEENNTTSS
  24.      ReturnStatus   _s_t_a_t_u_s    (in)      Status  code  to   return
  25.                                         text for.
  26.  
  27.      char           *_s_t_r_i_n_g   (in)      Supplemental string to be
  28.                                         printed.
  29.  
  30. _________________________________________________________________
  31.  
  32.  
  33. DDEESSCCRRIIPPTTIIOONN
  34.      These functions provide a human-readable text string  for  a
  35.      given  Sprite status value.  SSttaatt__GGeettMMssgg returns a read-only
  36.      string to the caller.  SSttaatt__PPrriinnttMMssgg prints a message on the
  37.      standard  error  stream.   The  message looks like ``_s_t_r_i_n_g:
  38.      _m_e_s_s_a_g_e'', where _s_t_r_i_n_g is passed in by the caller, and _m_e_s_-
  39.      _s_a_g_e  is obtained by calling SSttaatt__GGeettMMssgg.  The _s_t_r_i_n_g may be
  40.      null, in which case only the _m_e_s_s_a_g_e is printed.
  41.  
  42.  
  43. KKEEYYWWOORRDDSS
  44.      status
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  January 28, 1991                   1
  66.  
  67.  
  68.  
  69.